projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ccf24
)
composite.c (composition_compute_stop_pos): Fix a typo in the commentary.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Apr 2010 13:24:25 +0000
(16:24 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Apr 2010 13:24:25 +0000
(16:24 +0300)
src/composite.c
patch
|
blob
|
history
diff --git
a/src/composite.c
b/src/composite.c
index 632c9f90d12d46533bf4dadf96175d00072b6676..b75d2b64727c27728ed08e6a353178dcf96c6f67 100644
(file)
--- a/
src/composite.c
+++ b/
src/composite.c
@@
-1011,7
+1011,7
@@
autocmp_chars (cft_element, charpos, bytepos, limit, win, face, string)
/* Update cmp_it->stop_pos to the next position after CHARPOS (and
BYTEPOS) where character composition may happen. If BYTEPOS is
- negative, comp
o
ute it. If it is a static composition, set
+ negative, compute it. If it is a static composition, set
cmp_it->ch to -1. Otherwise, set cmp_it->ch to the character that
triggers a automatic composition. */